home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 489 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: fc.hp.com!news
  2. From: koren@hpsrk.fc.hp.com (Steve Koren)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: avail flush no longer does
  5. Date: 08 Jan 1996 07:41:43 -0700
  6. Organization: HP Fort Collins Site
  7. Sender: koren@hpsrk.fc.hp.com
  8. Message-ID: <oj6u426px3s.fsf@hpsrk.fc.hp.com>
  9. NNTP-Posting-Host: hpsrk.fc.hp.com
  10. X-Newsreader: Gnus v5.0.9
  11.  
  12.  
  13. Since time immortal, avail flush has caused unused but resident
  14. libraries to be flushed from RAM.  There are makefiles that depend on
  15. this.  I could watch the libs go away with a monitor tool.
  16.  
  17. It suddenly stopped working on my system.  I don't understand why.  I
  18. wrote a little program that just tries to allocate 800 Mb, and this
  19. correctly causes the libs to be flushed, so it wouldn't seem to be a
  20. problem with the libraries themselves.  (This little program compiled
  21. with nostartup in SAS is a whopping 68 *bytes* :-))
  22.  
  23. The problem isn't specific to one particular library - they all behave
  24. identically.  None go away with "avail flush" but they all do with
  25. "AllocVec(lotsamem)".
  26.  
  27. This behavior seems to survive reboots and power cycles.  It started
  28. happening very suddenly, and I don't think I did anything unusual
  29. beforehand.
  30.  
  31. Anyone know what the scoop is?  I've verified that I'm running the real
  32. avail command from C:.
  33.  
  34.   - steve
  35.